-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes of documentation.
going to add Anastasiia as a reviewer because she wrote the review of your scripts.
def __init__(self, out_file): | ||
|
||
# Constructor | ||
# input_parameter: out_file = Path to Outputfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
output file
# is_data_dir = is wd data_dir or not | ||
|
||
# return_value: Link to Chainfile for conversion. | ||
# Custom chainfiles and chainfiles for more organism can be specified in this section |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chain files
# wd = working directory | ||
# is_data_dir = is wd data_dir or not | ||
|
||
# return_value: Link to Chainfile for conversion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chain file
|
||
def test_read_file(self): | ||
|
||
# Method to testread the file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'testread' sounds and looks strange. Maybe "Method to test file format" would be a better comment.
# Find activity categories in bed file | ||
# input_parameter: line = current line from bedfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BED-file
# Method to get ucsc-celltype categories from JSON config | ||
# input_parameter: organism = organism parameter | ||
# wd = working directory, to find config fil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
config file
# input_parameter: organism = input organism | ||
# release = used Ensembl release | ||
# wd = working directory (default is ".") | ||
# data_dir = data directory (if specified this is used) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you should write what is used if it is not specified
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant data_dir
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you got your cursor at the wrong position at some point
bin/3.1_create_gtf/Modules/Ensembl/FTPHandling/VersionChecker.py
Outdated
Show resolved
Hide resolved
# input_parameter: organism = input organism | ||
# release = used Ensembl release | ||
# wd = working directory (default is ".") | ||
# data_dir = data directory (if specified this is used) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant data_dir
Improved GTF-Creation Fixed a lot of bugs and formatting issues. More structured comments.